Doc fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Dec 2008 03:12:35 +0000 (03:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Dec 2008 03:12:35 +0000 (03:12 +0000)
svn path=/trunk/; revision=21963

ChangeLog
gtk/gtkstyle.c

index 5899e25784205a8e3bbf6c3ebeb765b45ad7d33d..6a5ee98a84c16f0c924054f80d951b4094562cb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkstyle.c: Doc fixes
+
 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkscrolledwindow.c: 
index c2fb0813cf8cd8838b9beed342502793bce414c9..474ec44cfe118fffed12b422c3709c7b00a51d5a 100644 (file)
@@ -1754,7 +1754,7 @@ gtk_style_get_property (GtkStyle     *style,
  * @style: a #GtkStyle
  * @widget_type: the #GType of a descendant of #GtkWidget
  * @first_property_name: the name of the first style property to get
- * @var_list: a <type>va_list</type> of pairs of property names and
+ * @var_args: a <type>va_list</type> of pairs of property names and
  *     locations to return the property values, starting with the
  *     location for @first_property_name.
  *